From 6c23194d6be2ff72ac32b877d97138c76a054af8 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 25 Sep 2013 12:59:30 -0500 Subject: [PATCH] Explicitly create $(pkgdir_el) in debian/rules (fix FTBS). Thanks to Lucas Nussbaum for the report, Matt Kraai for the patch, and Dmitrijs Ledkovs for the 24.3+1-1.1 NMU. Closes: 707488 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 497e901bca4..f7336fbf619 100755 --- a/debian/rules +++ b/debian/rules @@ -583,6 +583,7 @@ override_dh_auto_install: $(autogen_install_files) ################################################## # emacsXY-el ifneq (,$(findstring $(flavor)-el, $(shell dh_listpackages))) + install -d $(pkgdir_el) $(pf); \ (cd $(install_dir_x) && find -name "*.el" -o -name "*.el.gz" -print0 \ | tar cpf - --null --files-from -) \ -- 2.30.2